From a4c48d0154fb5523e4ae12f7d8dd63ff48667eab Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sun, 29 Nov 2009 20:19:48 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2a1dd616ddf..03d63d96b69 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,26 @@ +2009-11-29 Michael Albinus + + Improve integration of Tramp and ange-ftp in eshell. + + * eshell/em-unix (eshell/whoami): Make it a defun but a defalias. + (eshell/su): Flatten args. Apply better args parsing. Use "cd". + (eshell/sudo): Flatten args. Let-bind `default-directory'. + + * eshell/esh-util.el (top): Require also Tramp when compiling. + (eshell-directory-files-and-attributes): Check for FTP remote + connection. + (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format', + `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'. + (eshell-file-attributes): Handle ".". Return `entry'. + + * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'. + (ange-ftp-directory-files-and-attributes) + (ange-ftp-real-directory-files-and-attributes): New defuns. + + * net/tramp.el (tramp-maybe-open-connection): Open the remote + shell with "exec" when possible. This prevents trailing prompts + in `start-file-process'. + 2009-11-28 Stefan Monnier Try and remove assumptions about point-min==1. -- 2.30.2